From ee753ba4e847676d9557056adff920a774cb6e03 Mon Sep 17 00:00:00 2001 From: Jan Zerebecki Date: Fri, 18 Oct 2013 21:03:12 +0200 Subject: [PATCH] Use PHPUnit filter/whitelist to select the files that need testing. This has the effect of excluding the tests themselves from the code coverage and including files that no test loads. Change-Id: I65674ca3569d1ae6484b6769366213d71c0bdbc4 --- tests/phpunit/suite.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/phpunit/suite.xml b/tests/phpunit/suite.xml index 7a9122fa65..3e76ff8943 100644 --- a/tests/phpunit/suite.xml +++ b/tests/phpunit/suite.xml @@ -48,4 +48,13 @@ Stub + + + ../../includes + ../../languages + ../../maintenance + ../../resources + ../../skins + + -- 2.20.1